build: respect datadir, infodir, mandir, libdir, and sysconfdir
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 27 Jun 2016 13:46:36 +0000 (08:46 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Wed, 29 Jun 2016 00:45:18 +0000 (19:45 -0500)
commit8bbd847dfabe9d73490bcce78ac614c2f1a8b91f
tree931d31beab5f223f9b53c7aabe590c56a2752336
parent7713a87815950f5d2ee7eec67ed862c647af5466
build: respect datadir, infodir, mandir, libdir, and sysconfdir

The configure script exposes datadir, infodir, mandir, libdir, and
sysconfdir but then they are unused so distros or users with
non-standard paths are not able to change things as would be expected by
the configure script.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Makefile.in